Edit Task: OperationalStatus
Format
SCHED / EditTask '<TaskName>' OperationalStatus <Status>
Description
The OperationalStatus attribute under EditTask is used to assign an Operational Status to a task. A task must have assignments in order to assign an Operational Status, if a task has no assignments then its Operational Status will always be listed as UNSCHEDULED.
Parameters
| Parameter | Description | 
|---|---|
| Status | The Operational Status value to set. Default options are ASSIGNED, COMPLETED, FAILED. Note that this does not impact the assignments made to the task | 
Examples
Set TaskA to COMPLETED status
SCHED / EditTask 'TaskA' OperationalStatus COMPLETED
                            
                            
                        
                            